SftTree/OCX 7.0

SftTreeColumn.SelectBackColorEnd Property

Softel vdm, Inc.

Defines the background color of selected items in this column, combined with SelectBackColor creating a gradient fill.

Syntax       

 

Get

VB.NET

Clr = object.SelectBackColorEnd  As UIntegerLanguage-specific information

VB

Clr = object.SelectBackColorEnd  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.SelectBackColorEnd;

VC++

OLE_COLOR Clr = object->SelectBackColorEnd;
OLE_COLOR Clr = object->GetSelectBackColorEnd();

C

HRESULT object->get_SelectBackColorEnd(OLE_COLOR* Clr);

Delphi

Clr := object.SelectBackColorEnd  : Cardinal;

Put

VB.NET

object.SelectBackColorEnd = Clr  As UIntegerLanguage-specific information

VB

object.SelectBackColorEnd = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.SelectBackColorEnd = Clr;

VC++

OLE_COLOR object->SelectBackColorEnd = Clr;
void object->PutSelectBackColorEnd(OLE_COLOR Clr);

C

HRESULT object->put_SelectBackColorEnd(OLE_COLOR Clr);

Delphi

object.SelectBackColorEnd := Clr  : Cardinal;

object

A SftTreeColumn object.

Clr

Defines the background color of selected items in this column, combined with SelectBackColor creating a gradient fill. -1 indicates that there is no defined color and the default colors are used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The SelectBackColorEnd property defines the background color of selected items in this column, combined with SelectBackColor creating a gradient fill.

Cells can override the ending background color using the Cell.SelectBackColorEnd property.

See Also  SftTreeColumn Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com